projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63fa195
)
clang-tidy hicpp-use-equals-default on gui.
author
tsteven4
<tsteven4@gmail.com>
Sun, 3 Mar 2019 17:14:25 +0000
(10:14 -0700)
committer
tsteven4
<tsteven4@gmail.com>
Sun, 3 Mar 2019 17:14:25 +0000
(10:14 -0700)
gui/optionsdlg.cc
patch
|
blob
|
history
gui/processwait.cc
patch
|
blob
|
history
diff --git
a/gui/optionsdlg.cc
b/gui/optionsdlg.cc
index 6cb8c521ea0851de96ce54440d2959cddc72e703..86563b4cbde957c170d5ccd110ccb6f3f56bc396 100644
(file)
--- a/
gui/optionsdlg.cc
+++ b/
gui/optionsdlg.cc
@@
-62,8
+62,7
@@
QVariant getOptionValue(QList<FormatOption> opts, int k)
//------------------------------------------------------------------------
FileDlgManager::~FileDlgManager()
-{
-}
+= default;
//------------------------------------------------------------------------
void FileDlgManager::buttonClicked()
diff --git
a/gui/processwait.cc
b/gui/processwait.cc
index b93ad8eee068daae19eda6d731a8079fcea1a3d3..3dc8a650958e1f6faa0a1fe905e59b8e0b2f4d5d 100644
(file)
--- a/
gui/processwait.cc
+++ b/
gui/processwait.cc
@@
-118,8
+118,7
@@
ProcessWaitDialog::ProcessWaitDialog(QWidget* parent, QProcess* process):
//------------------------------------------------------------------------
ProcessWaitDialog::~ProcessWaitDialog()
-{
-};
+= default;
//------------------------------------------------------------------------
bool ProcessWaitDialog::getExitedNormally()
{